programming - C - structs _finddata_tWhat links here?
/*
 * The following structure is filled in by _findfirst or _findnext when
 * they succeed in finding a match.
 */
struct _finddata_t
{
    unsigned    attrib;                 /* Attributes, see constants below. */
    time_t      time_create;
    time_t      time_access;            /* always midnight local time */
    time_t      time_write;
    _fsize_t    size;
    char        name[FILENAME_MAX];     /* may include spaces. */
};


/* * Attributes of files as returned by _findfirst et al. */
  1. define _A_NORMAL 0x00000000
  2. define _A_RDONLY 0x00000001
  3. define _A_HIDDEN 0x00000002
  4. define _A_SYSTEM 0x00000004
  5. define _A_VOLID 0x00000008
  6. define _A_SUBDIR 0x00000010
  7. define _A_ARCH 0x00000020
Defined in [io.h]
programming - C - structs _finddata_t
filename:programming - C - structs _finddata_t
filename:programming%20%2D%20C%20%2D%20structs%20_finddata_t
last edit:April 09 2009 22:53:20 (5504 days ago)
ct = 1714943661.000000 = May 05 2024 17:14:21
ft = 1239332000.000000 = April 09 2009 22:53:20
dt = 475611661.000000